home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 1572C.ZIP / PCTALK.ZIP / BBS-TALK.DOC next >
Text File  |  1980-01-01  |  7KB  |  141 lines

  1.                       BBS-TALK.MRG Documentation
  2.  
  3.                        
  4.      BBS-TALK.MRG represents a commendable effort by Dorn Stickle to bring
  5. together a large number of merge files into one giant merge for PC-TALK III.
  6. Dorn took several merges written by different authors, combined it with
  7. his own 450BAUD.MRG and his new file for finding the amount of unused
  8. space on a diskette, and then resolved all the line number conflicts 
  9. between the various merges and the original PC-TALK Version 3.0 Level 830424.
  10. BBS-TALK.MRG incorporates:
  11.  
  12.     3101CMW.MRG (Windows, Music & color graphics)
  13.     ANSI.MRG    (redundant with 3101CMW.MRG)
  14.     PCFIXLC1.MRG (Appends account # for Long Distance Dialing service)
  15.     PCFIXLC2.MRG (ALT-H for hang-up modem after connection)
  16.     PCTSPLT.MRG (Split screen input option on line 25 of your screen:
  17.                  sends your input a line at a time with ENTER key)
  18.     TALK450.MRG (ALT P for 450 baud option)
  19.     PCT-365.MRG (PC-TALK version 3.65) Shift Tab to set/clear ALT 1 - 0
  20.                                        temporary input string storage.
  21.                                        ALT-I load ALT 1 to 0 from a file
  22.                                        ALT-U unload ALT 1 to 0 to a file
  23.                                        Improved ALT-H hang-up modem
  24.                                        REDIAL routine rewritten
  25.                                        ALT-G path and subdirectory support
  26.                                        Manual dialing allows new comm parameters
  27.  
  28.      Please note: 3101CMW.MRG automatically provides the user with the
  29. ability to view RBBS-PC bulletin board color graphics and music.  Plus
  30. for those Bulletin Boards with WINDOW capability, the user selects the
  31. W)indow option on the Bulletin Board and then ALT A to switch to 3101
  32. mode for using Windows and then toggle ALT A after exiting from Windows.
  33. Do not toggle ALT A unless you are using the Bulletin Board Window feature.
  34.  
  35.      After BBS-TALK has dialed a number, any key will disconnect the modem
  36. up to the time the carrier-detect signal is received and you are
  37. connected to the remote computer.  After connection, use ALT H to hang up
  38. the modem; the program will try 4 times to hang up, then recycle.
  39.  
  40.      The split screen option <CONTROL-HOME> activates line 25 on your
  41. screen, and rather than sending data one char at a time, accumulates your
  42. input on line 25 and waits for the <ENTER> key before sending a stream
  43. of data to the remote computer. 
  44.  
  45.      The ALT I option will allow you to upload a file from your disk to
  46. temporary string storage in one of the ALT 1 to ALT 0 keys (for later
  47. sending a long message to a remote computer).  The ALT U option then
  48. allows you to download a string you previously stored (with ALT I) to
  49. the remote computer.  You will need carriage returns in your file.
  50. The ALT U option is inconsistent with the split screen option, because
  51. the split screen option is looking for the ENTER key to begin sending
  52. date to the remote computer, while the ALT U option is typically used
  53. to send a series of data lines to be entered as a MESSAGE on the remote
  54. Bulletin Board.  <SHIFT-TAB> sets/clears temporary ALT key strings.
  55.  
  56.      <ALT-G> allows you to change sub-directories on your hard disk
  57. for uploading or downloading data.  However, if you are running PC-TALK
  58. off of your hard disk, you will need to change back to the sub-directory
  59. containing the PC-TALK program after you are finished, or you could
  60. hang up your computer if PC-TALK attempts to cycle back to its own file.
  61.  
  62.      To use the 450 baud option, you must first call the Bulletin Board
  63. at 300 baud, then after signing on, select the 450 baud option on the
  64. Bulletin Board menu, and when prompted, select ALT P to change to 450 baud.
  65. The Bulletin Boards cannot answer at 450 baud, only 300 and 1200 baud.
  66.  
  67.      BBS-TALK.MRG already contains the above mentioned merges, and most
  68. importantly, Dorn Stickle has resolved all line number conflicts between
  69. the various merges and a virgin copy of PC-TALK.BAS from Andrew Flugleman
  70. (NOT the QUBIE-modified version for QUBIE modems).  BBS-TALK will only run
  71. in the compiled version because of the machine-language object modules
  72. required by the LINK command below.
  73.  
  74.      Start with a virgin copy of PC-TALK.BAS (Line 9999 shows 830424)
  75. and BBS-TALK.MRG and make sure both are saved in ASCII:
  76. BASICA <ENTER> LOAD "BBS-TALK.MRG <ENTER> SAVE "BBS-TALK.MRG",A
  77. Then merge the two files together using the BASIC MERGE command, and
  78. compile and link in this manner:
  79.  
  80.    BASCOM PC-TALK/e/w/s/c:4096/o;
  81.  
  82.    LINK   PC-TALK+IBMCOM+DISKSPAC+GETDIR+CHDIR
  83.  
  84. To do the linking you will need the following object modules:
  85.                    
  86.                    IBMCOM.OBJ    (comes with the BASIC compiler)
  87.                    DISKSPAC.OBJ  (New file by Dorn Stickle: ALT-R then
  88.                                  ? <ENTER> for space remaining on disk
  89.                                  or use ALT T or ALT V and ? <ENTER>)
  90.                    GETDIR.OBJ    (supports PATH commands DOS 2.x)
  91.                    CHDIR.OBJ     (change sub-directories on hard disk)
  92.  
  93. Authorship and commendations:
  94.  
  95.    PC-TALK.BAS  Version 3.0 Level 830424 Andrew Fleugelmen
  96.                                          The Highlands Press
  97.                                          PO Box 862
  98.                                          Triburon, CA  94920
  99.    
  100.    3101CMW.MRG   Kent Galbraith, Kingwood, TX
  101.  
  102.    PCFIXLC1.MRG  Leroy Casterline, Fort Collins, CO
  103.    PCFIXLC2.MRG  Leroy Casterline (modified by Jim Gainsley)
  104.  
  105.    PCTSPLT.MRG   (PCT3SC.MRG) Wes Meier, Walnut Creek, CA
  106.  
  107.    TALK450.MRG   Dorn Stickle, Dallas, TX
  108.    DISKSPAC.OBJ  Dorn Stickle, Dallas, TX
  109.  
  110.    PCT-365.MRG   Jim Gainsley, Minneapolis, MN
  111.  
  112.    GETDIR.OBJ    John Chapman, CIS 70205;1217
  113.    CHDIR.OBJ     John Chapman
  114.  
  115.    Plus countless hours spent by a large number of people devoted to
  116. the free exchange of public domain software, who are unknown to us
  117. or who have expended effort on earlier versions, revisions and merges,
  118. including Jack Wright, who did the original code for finding unused
  119. disk space remaining, and countless others who have contributed one
  120. way or another, like Charles Innusa.
  121.  
  122.    Dorn Stickle made an attempt to incorporate the PCT3JR.MRG for
  123. IBM PCjr, but this program is too large to fit in the approximately
  124. 70K partition left in the 128K-sized PCjr.  Dorn is working on down-
  125. sizing this program, with the PCT3JR.MRG sized for the PCjr, as a
  126. separate program.
  127.  
  128.  
  129.  
  130.                                     Typed by Greg Rismoen
  131.  
  132.  
  133.  
  134. July 17, 1984
  135. Houston, Texas
  136.  
  137. After consultation with Kent Galbraith, I changed the compiler codes
  138. in the above documentation. Also, I made certain minor changes to clarify
  139. the documentation. 
  140.  
  141.                                      Duane C. Hendricks